File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
1010 contents : write
1111
1212 steps :
13- - uses : actions/checkout@v6
13+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1414 with :
1515 fetch-depth : 0
1616
1717 - name : Bump version & push tag
18- uses : anothrNick/github-tag-action@v1
18+ uses : anothrNick/github-tag-action@4ed44965e0db8dab2b466a16da04aec3cc312fd8 # v1
1919 env :
2020 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2121 TAG_PREFIX : v
Original file line number Diff line number Diff line change 1010 permissions :
1111 issues : write
1212 steps :
13- - uses : actions/github-script@v8
13+ - uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
1414 with :
1515 script : |
1616 github.rest.issues.addLabels({
Original file line number Diff line number Diff line change 99 # Ensures default fresh checkout can create containers.
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v6
12+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1313 - run : docker compose up --no-start
You can’t perform that action at this time.
0 commit comments