We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da44c3a + e38c4c3 commit 2268d0cCopy full SHA for 2268d0c
.github/workflows/codeql.yml
@@ -42,7 +42,7 @@ jobs:
42
uses: actions/checkout@v4
43
44
- if: ${{ matrix.language == 'go' }}
45
- uses: actions/setup-go@v5.3.0
+ uses: actions/setup-go@v5.5.0
46
with:
47
go-version-file: 'go.mod'
48
.github/workflows/go.yml
@@ -45,7 +45,7 @@ jobs:
if: github.event_name == 'pull_request' || steps.setup.outputs.has_token != 'true'
fetch-depth: 0
- - uses: actions/setup-go@v5.3.0
+ - uses: actions/setup-go@v5.5.0
49
50
51
- run: tools/go_branch.sh
0 commit comments