Skip to content

Commit 913b64b

Browse files
authored
Consider upating GitHub Actions dependencies to latest versions (#751)
Update GitHub Actions dependencies to latest versions Strongly consider bumping your GitHub Actions to the latest versions. Your present actions are pinning: actions/checkout v4.1.1 (Oct 17, 2023) actions/setup-go v5.0.0 (unknown, not listed in releases page) codecov/codecov-action v4.1.0 (Feb 26, 2024) These are all positively ancient. At best you are missing out on new/improved functionality. At worst you are opening yourself to supply-chain vulnerabilities. Signed-off-by: udf2457 <udf2457@users.noreply.github.com>
1 parent 4b704cd commit 913b64b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
run: git config --global core.autocrlf false
3232

3333
- name: Checkout code
34-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
34+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3535

3636
- name: Setup - Go
37-
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
37+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
3838
with:
3939
go-version: ${{ matrix.go-version }}
4040
cache: true
@@ -45,4 +45,4 @@ jobs:
4545
GODEBUG: rsa1024min=0
4646

4747
- name: Send coverage
48-
uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
48+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0

0 commit comments

Comments
 (0)