Skip to content

Commit 3c5210a

Browse files
authored
Merge pull request #217 from bits-and-blooms/dependabot/github_actions/github-actions-51dd2db7c1
Bump the github-actions group with 2 updates
2 parents 8eece70 + 2f882e1 commit 3c5210a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/legacy86.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
go-version: ${{ matrix.go-version }}
1414
- name: Checkout code
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v6.0.2
1616
- name: Test on 386
1717
run: |
1818
GOARCH=386 go test

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: "Checkout code"
35-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
35+
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.3.1
3636
with:
3737
persist-credentials: false
3838

@@ -59,7 +59,7 @@ jobs:
5959
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6060
# format to the repository Actions tab.
6161
- name: "Upload artifact"
62-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
62+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
6363
with:
6464
name: SARIF file
6565
path: results.sarif

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
with:
1717
go-version: ${{ matrix.go-version }}
1818
- name: Checkout code
19-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 #v4.0.0
19+
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 #v4.0.0
2020
- name: Test
2121
run: go test ./...

0 commit comments

Comments
 (0)