Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit ce55eaf

Browse files
step-security-botnornagon
authored andcommitted
ci: pin some more action versions (electron#36343)
* [StepSecurity] ci: Harden GitHub Actions Signed-off-by: StepSecurity Bot <[email protected]> * Update electron_woa_testing.yml Signed-off-by: StepSecurity Bot <[email protected]> Co-authored-by: Jeremy Rose <[email protected]>
1 parent 54231d0 commit ce55eaf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/electron_woa_testing.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
checks: write
2727
pull-requests: write
2828
steps:
29-
- uses: LouisBrunner/[email protected]
29+
- uses: LouisBrunner/checks-action@442ad2296fb110373e3fe01c2a3717b546583631 # tag: v1.1.1
3030
with:
3131
token: ${{ secrets.GITHUB_TOKEN }}
3232
name: electron-woa-testing
@@ -39,7 +39,7 @@ jobs:
3939
Remove-Item * -Recurse -Force
4040
shell: powershell
4141
- name: Checkout
42-
uses: actions/checkout@v3
42+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag: v3
4343
with:
4444
path: src\electron
4545
fetch-depth: 0
@@ -134,7 +134,7 @@ jobs:
134134
run: |
135135
Remove-Item -path $env:APPDATA/Electron* -Recurse -Force -ErrorAction Ignore
136136
shell: powershell
137-
- uses: LouisBrunner/[email protected]
137+
- uses: LouisBrunner/checks-action@442ad2296fb110373e3fe01c2a3717b546583631 # tag: v1.1.1
138138
if: ${{ success() }}
139139
with:
140140
token: ${{ secrets.GITHUB_TOKEN }}
@@ -143,7 +143,7 @@ jobs:
143143
details_url: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
144144
output: |
145145
{"summary":"${{ job.status }}","text_description":"See job details here: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"}
146-
- uses: LouisBrunner/[email protected]
146+
- uses: LouisBrunner/checks-action@442ad2296fb110373e3fe01c2a3717b546583631 # tag: v1.1.1
147147
if: ${{ success() }}
148148
with:
149149
token: ${{ secrets.GITHUB_TOKEN }}
@@ -152,12 +152,12 @@ jobs:
152152
details_url: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
153153
output: |
154154
{"summary":"Job Succeeded","text_description":"See job details here: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"}
155-
- uses: LouisBrunner/[email protected]
155+
- uses: LouisBrunner/checks-action@442ad2296fb110373e3fe01c2a3717b546583631 # tag: v1.1.1
156156
if: ${{ ! success() }}
157157
with:
158158
token: ${{ secrets.GITHUB_TOKEN }}
159159
name: electron-woa-testing
160160
conclusion: "${{ job.status }}"
161161
details_url: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
162162
output: |
163-
{"summary":"Job Failed","text_description":"See job details here: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"}
163+
{"summary":"Job Failed","text_description":"See job details here: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"}

0 commit comments

Comments
 (0)