Skip to content

Commit 994006f

Browse files
Update GitHub Actions
| datasource | package | from | to | | ----------- | ------------------------------- | ------- | ------- | | github-tags | anchore/scan-action | v7.2.0 | v7.2.1 | | github-tags | golangci/golangci-lint-action | v9.0.0 | v9.1.0 | | github-tags | peter-evans/create-pull-request | v7.0.8 | v7.0.9 | | github-tags | reviewdog/action-actionlint | v1.68.0 | v1.69.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bcf9891 commit 994006f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
- name: Scan SBOM
186186
id: scan
187187
if: ${{ !inputs.dry_run }}
188-
uses: anchore/scan-action@3aaf50d765cfcceafa51d322ccb790e40f6cd8c5 # v7.2.0
188+
uses: anchore/scan-action@40a61b52209e9d50e87917c5b901783d546b12d0 # v7.2.1
189189
with:
190190
sbom: "sbom-${{ inputs.image }}.json"
191191
only-fixed: true

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
go-version: stable
4848

4949
- name: Lint Go
50-
uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9.0.0
50+
uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1.0
5151
with:
5252
working-directory: ${{ matrix.directory }}
5353
version: v2.6.2 # renovate: datasource=github-tags depName=golangci/golangci-lint
@@ -88,7 +88,7 @@ jobs:
8888
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
8989

9090
- name: Lint Actions
91-
uses: reviewdog/action-actionlint@f00ad0691526c10be4021a91b2510f0a769b14d0 # v1.68.0
91+
uses: reviewdog/action-actionlint@437bbe918b0d29544cbf9e8b1d63fe6f4e7a881d # v1.69.0
9292
with:
9393
actionlint_flags: -shellcheck ""
9494

.github/workflows/nfr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
merge-multiple: true
192192

193193
- name: Open a PR with the results
194-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
194+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
195195
with:
196196
token: ${{ secrets.GITHUB_TOKEN }}
197197
commit-message: NFR Test Results for NGF version ${{ needs.vars.outputs.version }}

.github/workflows/release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
make generate-all
8383
8484
- name: Create Pull Request
85-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
85+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
8686
with:
8787
token: ${{ secrets.GITHUB_TOKEN }}
8888
commit-message: Release ${{ inputs.version }}

0 commit comments

Comments
 (0)