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 092a164 commit 1f5a34cCopy full SHA for 1f5a34c
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
run: sha256sum sentinelhub > ./checksums.txt
29
30
- name: Upload Release Artifacts
31
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 #v2.3.3
32
with:
33
token: ${{ secrets.GITHUB_TOKEN }}
34
files: |
.github/workflows/test.yml
@@ -40,7 +40,7 @@ jobs:
40
done
41
42
- name: Upload Coverage to Codecov
43
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 #v5.5.1
44
45
file: ./coverage.txt
46
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments