Skip to content

Commit 6e87806

Browse files
committed
unrelated commit: pin third party workflow version
1 parent e5be1cd commit 6e87806

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/manual_trigger_delete_image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
packages: write
1616
contents: read
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v4.1.7
1919
- name: Generate Python ENV
20-
uses: actions/setup-python@v4
20+
uses: actions/setup-python@v5.4.0
2121
with:
2222
python-version: '3.10'
2323
- name: pip install requests

.github/workflows/manual_trigger_mark_stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
env:
3131
TAG: ${{ github.event.inputs.tag }}
3232
- name: Add tag to image
33-
uses: shrink/actions-docker-registry-tag@v3
33+
uses: shrink/actions-docker-registry-tag@v4.0.0
3434
with:
3535
registry: ghcr.io
3636
repository: ${{ github.repository }}

.github/workflows/proton_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
3232
steps:
3333
- name: Checkout Repo
34-
uses: actions/checkout@v2
34+
uses: actions/checkout@v4.2.2
3535
with:
3636
token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
3737
submodules: false

.github/workflows/run_command.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
ec2-instance-id: ${{ steps.start-ec2-runner.outputs.ec2-instance-id }}
9494
steps:
9595
- name: Configure AWS credentials
96-
uses: aws-actions/configure-aws-credentials@v1
96+
uses: aws-actions/configure-aws-credentials@v4.1.0
9797
with:
9898
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
9999
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
@@ -131,24 +131,24 @@ jobs:
131131
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
132132
steps:
133133
- name: Configure AWS credentials from Test account
134-
uses: aws-actions/configure-aws-credentials@v1
134+
uses: aws-actions/configure-aws-credentials@v4.1.0
135135
with:
136136
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
137137
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
138138
aws-region: ${{ secrets.AWS_REGION }}
139139
- name: Login to ghcr.io
140-
uses: docker/login-action@v2
140+
uses: docker/login-action@v3.3.0
141141
with:
142142
registry: ghcr.io
143143
username: proton_robot
144144
password: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
145145
- name: Checkout Repo
146-
uses: actions/checkout@v2
146+
uses: actions/checkout@v4.2.2
147147
with:
148148
token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
149149
submodules: ${{ inputs.submodules }}
150150
- name: Checkout quark
151-
uses: actions/checkout@v3
151+
uses: actions/checkout@v4.2.2
152152
with:
153153
repository: timeplus-io/quark
154154
path: quark
@@ -162,7 +162,7 @@ jobs:
162162
${{ inputs.command }}
163163
- name: Release binary
164164
if: ${{ inputs.upload_files != '' }}
165-
uses: softprops/action-gh-release@v1
165+
uses: softprops/action-gh-release@v2.2.1
166166
with:
167167
files: ${{ inputs.upload_files }}
168168
token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
@@ -177,7 +177,7 @@ jobs:
177177
if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
178178
steps:
179179
- name: Configure AWS credentials
180-
uses: aws-actions/configure-aws-credentials@v1
180+
uses: aws-actions/configure-aws-credentials@v4.1.0
181181
with:
182182
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
183183
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)