File tree 7 files changed +9
-9
lines changed
7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 98
98
mask-aws-account-id : true
99
99
- id : go-setup
100
100
name : Setup Go
101
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
101
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
102
102
- id : go-env
103
103
name : Go Env
104
104
run : go env
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ jobs:
232
232
233
233
- name : Upload to PyPi prod
234
234
if : ${{ !inputs.skip_pypi }}
235
- uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
235
+ uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
236
236
237
237
# Creates a PR with the latest version we've just released
238
238
# since our trunk is protected against any direct pushes from automation
Original file line number Diff line number Diff line change 27
27
permissions :
28
28
contents : write # create release in draft mode
29
29
steps :
30
- - uses : release-drafter/release-drafter@3f0f87098bd6b5c5b9a36d49c41d998ea58f9348 # v5.20.1
30
+ - uses : release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v5.20.1
31
31
env :
32
32
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -237,12 +237,12 @@ jobs:
237
237
238
238
- name : Upload to PyPi prod
239
239
if : ${{ !inputs.skip_pypi }}
240
- uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
240
+ uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
241
241
242
242
# PyPi test maintenance affected us numerous times, leaving for history purposes
243
243
# - name: Upload to PyPi test
244
244
# if: ${{ !inputs.skip_pypi }}
245
- # uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
245
+ # uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
246
246
# with:
247
247
# repository-url: https://test.pypi.org/legacy/
248
248
Original file line number Diff line number Diff line change @@ -237,12 +237,12 @@ jobs:
237
237
238
238
- name : Upload to PyPi prod
239
239
if : ${{ !inputs.skip_pypi }}
240
- uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
240
+ uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
241
241
242
242
# PyPi test maintenance affected us numerous times, leaving for history purposes
243
243
# - name: Upload to PyPi test
244
244
# if: ${{ !inputs.skip_pypi }}
245
- # uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
245
+ # uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
246
246
# with:
247
247
# repository-url: https://test.pypi.org/legacy/
248
248
Original file line number Diff line number Diff line change 32
32
- name : Checkout code
33
33
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34
34
- name : Ensure 3rd party workflows have SHA pinned
35
- uses : zgosalvez/github-actions-ensure-sha-pinned-actions@64418826697dcd77c93a8e4a1f7601a1942e57b5 # v3.0.18
35
+ uses : zgosalvez/github-actions-ensure-sha-pinned-actions@c3a2b64f69b7a1542a68f44d9edbd9ec3fc1455e # v3.0.20
36
36
with :
37
37
allowlist : |
38
38
slsa-framework/slsa-github-generator
Original file line number Diff line number Diff line change 1
1
# v9.1.18
2
- FROM squidfunk/mkdocs-material@sha256:41942f7a2f5163aacd0e866e076d95db4f26550b97d76c1594c04250cbb580e9
2
+ FROM squidfunk/mkdocs-material@sha256:471695f3e611d9858788ac04e4daa9af961ccab73f1c0f545e90f8cc5d4268b8
3
3
# pip-compile --generate-hashes --output-file=requirements.txt requirements.in
4
4
COPY requirements.txt /tmp/
5
5
RUN pip install --require-hashes -r /tmp/requirements.txt
You can’t perform that action at this time.
0 commit comments