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 8f0a3cc commit bededf2Copy full SHA for bededf2
.github/workflows/github.yml
@@ -9,8 +9,8 @@ jobs:
9
build:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v4
13
- - uses: micnncim/action-label-syncer@v1
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+ - uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1
14
env:
15
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16
with:
.github/workflows/website.yml
@@ -16,7 +16,7 @@ jobs:
'push'
17
18
- name: checkout
19
- uses: actions/checkout@v4
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20
21
fetch-depth: 0
22
0 commit comments