Skip to content

Commit 04b0a61

Browse files
chore(deps): update gitlab support dependencies
| datasource | package | from | to | | ----------- | ---------------------------- | ------- | ------- | | github-tags | defenseunicorns/zarf | v0.38.0 | v0.38.2 | | github-tags | github/codeql-action | v3.26.0 | v3.26.4 | | github-tags | golangci/golangci-lint | v1.59.1 | v1.60.2 | | github-tags | renovatebot/pre-commit-hooks | 38.23.2 | 38.49.0 |
1 parent c12911e commit 04b0a61

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/scorecard.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
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@f0f3afee809481da311ca3a6ff1ff51d81dbeb24 # v3.26.4
4949
with:
5050
sarif_file: results.sarif

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -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.38.2/zarf.schema.json",
4444
"--no-cache"
4545
]
4646
- repo: https://github.com/golangci/golangci-lint
47-
rev: v1.59.1
47+
rev: v1.60.2
4848
hooks:
4949
- id: golangci-lint
5050
- repo: https://github.com/renovatebot/pre-commit-hooks
51-
rev: 38.23.2
51+
rev: 38.49.0
5252
hooks:
5353
- id: renovate-config-validator

0 commit comments

Comments
 (0)