Skip to content
This repository was archived by the owner on Aug 19, 2024. It is now read-only.

Commit af8c68c

Browse files
authored
bump to latest actions (node 16 -> 20) (#172)
Signed-off-by: Nick Boldt <nboldt@redhat.com>
1 parent 6fe9256 commit af8c68c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pr-container-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- name: Setup Go
9898
# run this stage only if there are changes that match the includes and not the excludes
9999
if: ${{ env.CHANGES != '' }}
100-
uses: actions/setup-go@v4
100+
uses: actions/setup-go@v5
101101
with:
102102
go-version-file: 'go.mod'
103103

.github/workflows/pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
fetch-depth: 0
6363

6464
- name: Setup Go
65-
uses: actions/setup-go@v4
65+
uses: actions/setup-go@v5
6666
with:
6767
go-version-file: 'go.mod'
6868

@@ -79,7 +79,7 @@ jobs:
7979
run: make gosec
8080

8181
- name: Upload SARIF file
82-
uses: github/codeql-action/upload-sarif@v2
82+
uses: github/codeql-action/upload-sarif@v3
8383
with:
8484
# Path to SARIF file relative to the root of the repository
8585
sarif_file: gosec.sarif

0 commit comments

Comments
 (0)