Skip to content

Commit 7dbf4e3

Browse files
chore(deps): update gitlab support dependencies
| datasource | package | from | to | | ----------- | ---------------------------------- | ------- | ------- | | github-tags | actions/upload-artifact | v4.3.6 | v4.4.0 | | github-tags | defenseunicorns/zarf | v0.38.0 | v0.40.1 | | github-tags | github/codeql-action | v3.26.0 | v3.26.8 | | github-tags | golangci/golangci-lint | v1.59.1 | v1.61.0 | | github-tags | python-jsonschema/check-jsonschema | 0.29.1 | 0.29.2 | | github-tags | renovatebot/pre-commit-hooks | 38.23.2 | 38.94.1 |
1 parent bcd34c6 commit 7dbf4e3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/scorecard.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ jobs:
3737
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
3838
# format to the repository Actions tab.
3939
- name: "Upload artifact"
40-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
40+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
4141
with:
4242
name: SARIF file
4343
path: results.sarif
4444
retention-days: 5
4545

4646
# Upload the results to GitHub's code scanning dashboard.
4747
- name: "Upload to code-scanning"
48-
uses: github/codeql-action/upload-sarif@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
48+
uses: github/codeql-action/upload-sarif@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
4949
with:
5050
sarif_file: results.sarif

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
with:
6969
suffix: ${{ matrix.type }}-${{ matrix.flavor }}-${{ github.run_id }}-${{ github.run_attempt }}
7070

71-
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
71+
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
7272
if: always()
7373
with:
7474
name: playwright-report-${{ matrix.type }}-${{ matrix.flavor }}-${{ github.run_id }}-${{ github.run_attempt }}

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repos:
3131
hooks:
3232
- id: fix-smartquotes
3333
- repo: https://github.com/python-jsonschema/check-jsonschema
34-
rev: 0.29.1
34+
rev: 0.29.2
3535
hooks:
3636
- id: check-jsonschema
3737
name: "Validate Zarf Configs Against Schema"
@@ -40,14 +40,14 @@ repos:
4040
args:
4141
[
4242
"--schemafile",
43-
"https://raw.githubusercontent.com/defenseunicorns/zarf/v0.38.0/zarf.schema.json",
43+
"https://raw.githubusercontent.com/defenseunicorns/zarf/v0.40.1/zarf.schema.json",
4444
"--no-cache"
4545
]
4646
- repo: https://github.com/golangci/golangci-lint
47-
rev: v1.59.1
47+
rev: v1.61.0
4848
hooks:
4949
- id: golangci-lint
5050
- repo: https://github.com/renovatebot/pre-commit-hooks
51-
rev: 38.23.2
51+
rev: 38.94.1
5252
hooks:
5353
- id: renovate-config-validator

0 commit comments

Comments
 (0)