Skip to content

Commit 5cc6499

Browse files
chore(deps): update github actions
1 parent 63dc086 commit 5cc6499

8 files changed

Lines changed: 29 additions & 29 deletions

File tree

.github/workflows/deployment.yml

Lines changed: 7 additions & 7 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 client (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: .
@@ -137,7 +137,7 @@ jobs:
137137
platforms: linux/amd64,linux/arm64
138138

139139
- name: Build and push services (dev)
140-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
140+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
141141
with:
142142
context: .
143143
file: containers/Dockerfile
@@ -146,7 +146,7 @@ jobs:
146146
tags: ghcr.io/diracgrid/diracx/services:dev
147147
platforms: linux/amd64,linux/arm64
148148
- name: Build and push client (dev)
149-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
149+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
150150
with:
151151
context: .
152152
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: 10 additions & 10 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 client 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
@@ -221,11 +221,11 @@ jobs:
221221
steps:
222222
- name: Checkout code
223223
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
224-
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
224+
- uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
225225
with:
226226
run-install: false
227227
post-cleanup: false
228-
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
228+
- uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
229229
with:
230230
cache: false
231231
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/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@c10b8064de6f491fea524254123dbe5e09572f13 # 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@c10b8064de6f491fea524254123dbe5e09572f13 # 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@c10b8064de6f491fea524254123dbe5e09572f13 # 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@c10b8064de6f491fea524254123dbe5e09572f13 # 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)