Skip to content

Commit 4286b77

Browse files
authored
Update github-actions to use nodejs16 (#93)
Signed-off-by: thepetk <[email protected]>
1 parent 2ef1a69 commit 4286b77

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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

.github/workflows/deploy-landing-page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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

.github/workflows/pushimage-next.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
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 }}
@@ -72,7 +72,7 @@ jobs:
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 }}

.github/workflows/test-python-scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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:

0 commit comments

Comments
 (0)