We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a483f6a commit 2c5a88fCopy full SHA for 2c5a88f
.github/dependabot.yml
@@ -0,0 +1,11 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: github-actions
4
+ directory: /
5
+ schedule:
6
+ interval: daily
7
+
8
+ - package-ecosystem: gomod
9
10
11
.github/workflows/go.yml
@@ -9,15 +9,18 @@ on:
pull_request:
branches: [ "master" ]
12
+permissions:
13
+ contents: read
14
15
jobs:
16
17
build:
18
runs-on: ubuntu-latest
19
steps:
- - uses: actions/checkout@v4
20
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21
22
- name: Set up Go
- uses: actions/setup-go@v5
23
+ uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
24
with:
25
go-version-file: 'go.mod'
26
0 commit comments