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 b3c54f1 commit 5a83b31Copy full SHA for 5a83b31
1 file changed
.github/workflows/update-yara-x.yaml
@@ -109,9 +109,6 @@ jobs:
109
sum.golang.org:443
110
tuf-repo-cdn.sigstore.dev:443
111
112
- - name: Checkout code
113
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
114
-
115
- name: Set up Go
116
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
117
with:
@@ -126,6 +123,11 @@ jobs:
126
123
scope: chainguard-dev/malcontent
127
124
identity: update-yara-x
128
125
+ - name: Checkout code
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
+ with:
129
+ token: ${{ steps.octo-sts.outputs.token }}
130
+
131
- name: Run update script
132
env:
133
GH_TOKEN: ${{ steps.octo-sts.outputs.token }}
0 commit comments