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 fe9f73c commit a1117adCopy full SHA for a1117ad
.github/workflows/push-2-obs.yml
@@ -13,7 +13,7 @@ jobs:
13
push_to_obs:
14
runs-on: ubuntu-22.04
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
17
with:
18
fetch-tags: true
19
fetch-depth: 0
.github/workflows/reuse.yml
@@ -18,6 +18,6 @@ jobs:
test:
runs-on: ubuntu-latest
20
21
- - uses: actions/checkout@v3
22
- name: REUSE Compliance Check
23
- uses: fsfe/reuse-action@v2
+ uses: fsfe/reuse-action@bb774aa972c2a89ff34781233d275075cbddf542 #v5.0.0
0 commit comments