Skip to content

Commit 866d073

Browse files
chore(deps): update github actions
1 parent bbd2f5d commit 866d073

9 files changed

Lines changed: 33 additions & 33 deletions

File tree

.github/workflows/deployment.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
# Also build the diracx metapackage
8787
python -m build --outdir $PWD/dist .
8888
- name: 'Upload Artifact'
89-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
89+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
9090
with:
9191
name: diracx-whl
9292
path: dist/diracx*.whl
@@ -95,7 +95,7 @@ jobs:
9595
# https://docs.pypi.org/trusted-publishers/
9696
- name: Publish package on PyPI
9797
if: steps.check-tag.outputs.create-release == 'true'
98-
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1
98+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # release/v1
9999

100100
docker:
101101
needs: deploy-pypi
@@ -109,14 +109,14 @@ jobs:
109109
- name: Set up Docker Buildx
110110
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
111111
- name: Login to GitHub container registry
112-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
112+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
113113
with:
114114
registry: ghcr.io
115115
username: ${{ github.actor }}
116116
password: ${{ secrets.GITHUB_TOKEN }}
117117

118118
- name: Build and push services (release)
119-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
119+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
120120
if: ${{ needs.deploy-pypi.outputs.create-release == 'true' }}
121121
with:
122122
context: .
@@ -126,7 +126,7 @@ jobs:
126126
tags: "ghcr.io/diracgrid/diracx/services:${{ needs.deploy-pypi.outputs.new-version }}"
127127
platforms: linux/amd64,linux/arm64
128128
- name: Build and push tasks (release)
129-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
129+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
130130
if: ${{ needs.deploy-pypi.outputs.create-release == 'true' }}
131131
with:
132132
context: .
@@ -136,7 +136,7 @@ jobs:
136136
tags: "ghcr.io/diracgrid/diracx/tasks:${{ needs.deploy-pypi.outputs.new-version }}"
137137
platforms: linux/amd64,linux/arm64
138138
- name: Build and push client (release)
139-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
139+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
140140
if: ${{ needs.deploy-pypi.outputs.create-release == 'true' }}
141141
with:
142142
context: .
@@ -147,7 +147,7 @@ jobs:
147147
platforms: linux/amd64,linux/arm64
148148

149149
- name: Build and push services (dev)
150-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
150+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
151151
with:
152152
context: .
153153
file: containers/Dockerfile
@@ -156,7 +156,7 @@ jobs:
156156
tags: ghcr.io/diracgrid/diracx/services:dev
157157
platforms: linux/amd64,linux/arm64
158158
- name: Build and push tasks (dev)
159-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
159+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
160160
with:
161161
context: .
162162
file: containers/Dockerfile
@@ -165,7 +165,7 @@ jobs:
165165
tags: ghcr.io/diracgrid/diracx/tasks:dev
166166
platforms: linux/amd64,linux/arm64
167167
- name: Build and push client (dev)
168-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
168+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
169169
with:
170170
context: .
171171
file: containers/Dockerfile

.github/workflows/draft-on-changes-requested.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
draft:
2828
needs: get-pr
29-
uses: DIRACGrid/.github/.github/workflows/draft-on-changes-requested.yml@eab297d50d33cf7eabf0b388ac57d1f91e36d14c # main
29+
uses: DIRACGrid/.github/.github/workflows/draft-on-changes-requested.yml@a599200da5df9e3ea9104a6b9b99eb5bf83754a3 # main
3030
with:
3131
pr_number: ${{ fromJSON(needs.get-pr.outputs.pr_number) }}
3232
secrets:

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
echo "::group::DIRAC server logs"
9292
cd /tmp/DIRACRepo && ./integration_tests.py logs --no-follow --lines 1000 2>&1 | tee /tmp/service-logs/dirac.log || true
9393
echo "::endgroup::"
94-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
94+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
9595
if: ${{ failure() }}
9696
with:
9797
name: service-logs-${{ github.job }}

.github/workflows/main.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
steps:
2727
- name: Checkout code
2828
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
29-
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
29+
- uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
3030
with:
3131
run-install: false
3232
post-cleanup: false
33-
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
33+
- uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
3434
with:
3535
cache: false
3636
environments: shellcheck
@@ -61,7 +61,7 @@ jobs:
6161
steps:
6262
- name: Checkout code
6363
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
64-
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
64+
- uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
6565
with:
6666
run-install: false
6767
post-cleanup: false
@@ -72,7 +72,7 @@ jobs:
7272
rm pixi.toml.bak
7373
# Show any changes
7474
git diff
75-
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
75+
- uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
7676
with:
7777
cache: false
7878
environments: ${{ matrix.package }}
@@ -112,7 +112,7 @@ jobs:
112112
df -h
113113
- name: Checkout code
114114
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
115-
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
115+
- uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
116116
with:
117117
run-install: false
118118
post-cleanup: false
@@ -123,14 +123,14 @@ jobs:
123123
rm pixi.toml.bak
124124
# Show any changes
125125
git diff
126-
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
126+
- uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
127127
with:
128128
cache: false
129129
environments: ${{ matrix.extension == 'diracx' && 'default' || 'default-gubbins' }}
130130
- name: Set up Docker Buildx
131131
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
132132
- name: Build services image
133-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
133+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
134134
with:
135135
context: .
136136
file: containers/Dockerfile
@@ -139,7 +139,7 @@ jobs:
139139
tags: ghcr.io/${{ matrix.extension == 'diracx' && 'diracgrid/diracx' || 'gubbins' }}/services:dev
140140
outputs: type=docker,dest=/tmp/services_image.tar
141141
- name: Build tasks image
142-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
142+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
143143
with:
144144
context: .
145145
file: containers/Dockerfile
@@ -148,7 +148,7 @@ jobs:
148148
tags: ghcr.io/${{ matrix.extension == 'diracx' && 'diracgrid/diracx' || 'gubbins' }}/tasks:dev
149149
outputs: type=docker,dest=/tmp/tasks_image.tar
150150
- name: Build client image
151-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
151+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
152152
with:
153153
context: .
154154
file: containers/Dockerfile
@@ -234,11 +234,11 @@ jobs:
234234
steps:
235235
- name: Checkout code
236236
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
237-
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
237+
- uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
238238
with:
239239
run-install: false
240240
post-cleanup: false
241-
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
241+
- uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
242242
with:
243243
cache: false
244244
locked: false

.github/workflows/record-changes-requested.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- run: echo "${{ github.event.pull_request.number }}" > pr_number.txt
13-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
13+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
1414
with:
1515
name: pr-info
1616
path: pr_number.txt

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
release-please:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4
17+
- uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4
1818
with:
1919
token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
2020
release-type: simple

.github/workflows/update_security_txt_expiry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474

7575
- name: Create Pull Request
7676
if: steps.update_script.outputs.changes_made == 'true'
77-
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8
77+
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8
7878
with:
7979
token: ${{ secrets.GITHUB_TOKEN }}
8080
commit-message: "chore(security): Update security.txt expiry date"

.github/workflows/vulnerabilities.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
output: "client-dev-vulnerability-report.sarif"
3030

3131
- name: Upload SARIF to GitHub Security (client:dev)
32-
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4
32+
uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4
3333
with:
3434
sarif_file: "client-dev-vulnerability-report.sarif"
3535
category: "client-dev"
@@ -43,7 +43,7 @@ jobs:
4343
skip-setup-trivy: true
4444

4545
- name: Upload SARIF to GitHub Security (services:dev)
46-
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4
46+
uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4
4747
with:
4848
sarif_file: "services-dev-vulnerability-report.sarif"
4949
category: "services-dev"
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Upload SARIF to GitHub Security (client:rel)
7272
if: ${{ steps.get-latest-tag.outputs.latest_tag != '' }}
73-
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4
73+
uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4
7474
with:
7575
sarif_file: "client-rel-vulnerability-report.sarif"
7676
category: "client-rel"
@@ -86,7 +86,7 @@ jobs:
8686

8787
- name: Upload SARIF to GitHub Security (services:rel)
8888
if: ${{ steps.get-latest-tag.outputs.latest_tag != '' }}
89-
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4
89+
uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4
9090
with:
9191
sarif_file: "services-rel-vulnerability-report.sarif"
9292
category: "services-rel"

extensions/gubbins/.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- name: Checkout code
2828
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
29-
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
29+
- uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
3030
with:
3131
run-install: false
3232
post-cleanup: false
@@ -37,7 +37,7 @@ jobs:
3737
rm pixi.toml.bak
3838
# Show any changes
3939
git diff
40-
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
40+
- uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
4141
with:
4242
environments: ${{ matrix.package }}
4343
- name: Run pytest
@@ -50,11 +50,11 @@ jobs:
5050
steps:
5151
- name: Checkout code
5252
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
53-
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
53+
- uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
5454
with:
5555
run-install: false
5656
post-cleanup: false
57-
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
57+
- uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
5858
with:
5959
environments: generate-client
6060
- name: Run autorest

0 commit comments

Comments
 (0)