File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3333
3434 steps :
3535 - name : Checkout
36- uses : actions/checkout@v2
36+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
3737 with :
3838 fetch-depth : 0
3939
Original file line number Diff line number Diff line change 3333 runs-on : ubuntu-latest
3434 steps :
3535 - name : Repository Dispatch
36- uses : peter-evans/repository-dispatch@v2
36+ uses : peter-evans/repository-dispatch@26b39ed245ab8f31526069329e112ab2fb224588 # v2.1.1
3737 with :
3838 token : ${{ secrets.BOT_TOKEN }}
3939 repository : devfile-resources/devfile-resources.github.io
Original file line number Diff line number Diff line change 3030 runs-on : ubuntu-latest
3131 steps :
3232 - name : Check out devfile web source code
33- uses : actions/checkout@v3
33+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
3434 - name : Login to Quay
35- uses : docker/login-action@v1
35+ uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
3636 with :
3737 registry : quay.io
3838 username : ${{ secrets.QUAY_USERNAME }}
7272 echo ::set-output name=sha::$(echo ${{ github.event.client_payload.sha }})
7373 fi
7474 - name : Repository dispatch
75- uses : peter-evans/repository-dispatch@v1
75+ uses : peter-evans/repository-dispatch@26b39ed245ab8f31526069329e112ab2fb224588 # v2.1.1
7676 with :
7777 token : ${{ secrets.REPO_ACCESS_TOKEN }}
7878 repository : ${{ matrix.repo }}
Original file line number Diff line number Diff line change 3333 python-version : ['3.9']
3434
3535 steps :
36- - uses : actions/checkout@v2
36+ - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
3737 - name : Set up Python ${{ matrix.python-version }}
3838 uses : actions/setup-python@v2
3939 with :
You can’t perform that action at this time.
0 commit comments