We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f1eae commit f42cf58Copy full SHA for f42cf58
.github/workflows/pr-auditor.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
repository: 'sourcegraph/devx-service'
15
token: ${{ secrets.PR_AUDITOR_TOKEN }}
16
- - uses: actions/setup-go@v4
+ - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
17
with: { go-version: '1.22' }
18
19
- run: 'go run ./cmd/pr-auditor'
.github/workflows/update-tags.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- - uses: actions/setup-go@v2
go-version: "^1.19"
0 commit comments