Skip to content

Commit fbf6bca

Browse files
chore(deps): update github-actions
1 parent e7bf873 commit fbf6bca

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/ci-build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
verbose: true # optional (default = false)
9898
- name: build-choco-package
9999
if: runner.os == 'Windows'
100-
uses: actions/setup-dotnet@71a4fd9b27383962fc5df13a9c871636b43199b4 # v1
100+
uses: actions/setup-dotnet@871f041373faaad213a635d9afb62905ec029bbb # v1
101101
with:
102102
dotnet-version: '2.2.204' # SDK Version to use.
103103
- name: build-choco
@@ -119,7 +119,7 @@ jobs:
119119
path: build/install/jbang
120120
- name: Write out Unit Test report annotation for forked repo
121121
if: always()
122-
uses: mikepenz/action-junit-report@b14027d33d3a745ccc4d6a12f649e83110b5a373 # v5
122+
uses: mikepenz/action-junit-report@97744eca465b8df9e6e33271cb155003f85327f1 # v5
123123
with:
124124
report_paths: '**/build/test-results/test/TEST-*.xml'
125125
annotate_only: true # forked repo cannot write to checks so just do annotations
@@ -138,7 +138,7 @@ jobs:
138138
with:
139139
distribution: 'temurin'
140140
java-version: ${{ matrix.java }}
141-
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
141+
- uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4
142142
with:
143143
name: ${{ runner.os }}-build-${{ github.sha }}
144144
path: build

.github/workflows/codeql-analysis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3
45+
uses: github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3
4646
with:
4747
languages: ${{ matrix.language }}
4848
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -53,7 +53,7 @@ jobs:
5353
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5454
# If this step fails, then you should remove it and run the build manually (see below)
5555
- name: Autobuild
56-
uses: github/codeql-action/autobuild@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3
56+
uses: github/codeql-action/autobuild@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3
5757

5858
# ℹ️ Command-line programs to run using the OS shell.
5959
# 📚 https://git.io/JvXDl
@@ -67,4 +67,4 @@ jobs:
6767
# make release
6868

6969
- name: Perform CodeQL Analysis
70-
uses: github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3
70+
uses: github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3

.github/workflows/publish-packages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
with:
9898
name: build-choco
9999
path: build/choco
100-
- uses: actions/setup-dotnet@71a4fd9b27383962fc5df13a9c871636b43199b4 # v1
100+
- uses: actions/setup-dotnet@871f041373faaad213a635d9afb62905ec029bbb # v1
101101
with:
102102
dotnet-version: '2.2.204' # SDK Version to use.
103103
- name: choco-build

.github/workflows/report.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ jobs:
4242
echo "The PR number is: ${{ env.pr_number }}"
4343
4444
- name: Download Test Report
45-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
45+
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4
4646
with:
4747
name: junit-test-results-*
4848
#path: test-${{ matrix.os }}
4949
#pattern: my-artifact-*
5050
merge-multiple: true
5151
run-id: ${{ github.event.workflow_run.id }}
5252
- name: Publish Test Report
53-
uses: mikepenz/action-junit-report@b14027d33d3a745ccc4d6a12f649e83110b5a373 # v5
53+
uses: mikepenz/action-junit-report@97744eca465b8df9e6e33271cb155003f85327f1 # v5
5454
with:
5555
commit: ${{github.event.workflow_run.head_sha}}
5656
report_paths: '**/build/test-results/test/TEST-*.xml'

0 commit comments

Comments
 (0)