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 15b5c85 commit dbb30a0Copy full SHA for dbb30a0
2 files changed
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
run: |
31
echo "sdk_version=$(cat osc_sdk_python/VERSION)" >> "$GITHUB_OUTPUT"
32
- name: Create Pull Request
33
- uses: peter-evans/create-pull-request@v8.1.0
+ uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
34
with:
35
committer: "Outscale Bot <opensource+bot@outscale.com>"
36
author: "Outscale Bot <opensource+bot@outscale.com>"
.github/workflows/sync-labels.yml
@@ -9,7 +9,7 @@ jobs:
9
sync:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: EndBug/label-sync@v2
+ - uses: EndBug/label-sync@52074158190acb45f3077f9099fea818aa43f97a # v2
13
14
config-file: 'https://raw.githubusercontent.com/outscale/.github/main/labels.yml'
15
# delete-other-labels: false # set to true for strict sync
0 commit comments