Skip to content

Commit 078dc16

Browse files
authored
Merge pull request #212 from bits-and-blooms/dependabot/github_actions/github-actions-4023dadf1e
Bump the github-actions group with 4 updates
2 parents 48252c9 + 71cae8f commit 078dc16

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/legacy86.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
go-version: ['1.20.x', '1.21.x']
99
steps:
1010
- name: Install Go
11-
uses: actions/setup-go@v5
11+
uses: actions/setup-go@v6
1212
with:
1313
go-version: ${{ matrix.go-version }}
1414
- name: Checkout code
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v6
1616
- name: Test on 386
1717
run: |
1818
GOARCH=386 go test

.github/workflows/scorecard.yml

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

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

3939
- name: "Run analysis"
40-
uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
40+
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
4141
with:
4242
results_file: results.sarif
4343
results_format: sarif
@@ -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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
62+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6363
with:
6464
name: SARIF file
6565
path: results.sarif

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- name: Install Go
15-
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff #v5.6.0
15+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c #v6.1.0
1616
with:
1717
go-version: ${{ matrix.go-version }}
1818
- name: Checkout code
19-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v4.0.0
19+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 #v4.0.0
2020
- name: Test
2121
run: go test ./...

0 commit comments

Comments
 (0)