Skip to content

Commit dbb30a0

Browse files
⬆️ deps(github-actions): pin dependencies
1 parent 15b5c85 commit dbb30a0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
echo "sdk_version=$(cat osc_sdk_python/VERSION)" >> "$GITHUB_OUTPUT"
3232
- name: Create Pull Request
33-
uses: peter-evans/create-pull-request@v8.1.0
33+
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
3434
with:
3535
committer: "Outscale Bot <opensource+bot@outscale.com>"
3636
author: "Outscale Bot <opensource+bot@outscale.com>"

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
sync:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: EndBug/label-sync@v2
12+
- uses: EndBug/label-sync@52074158190acb45f3077f9099fea818aa43f97a # v2
1313
with:
1414
config-file: 'https://raw.githubusercontent.com/outscale/.github/main/labels.yml'
1515
# delete-other-labels: false # set to true for strict sync

0 commit comments

Comments
 (0)