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 @@ -105,11 +105,11 @@ jobs:
105
105
steps :
106
106
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
107
107
108
- - uses : github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
108
+ - uses : github/codeql-action/init@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
109
109
with :
110
110
languages : ${{ matrix.language }}
111
111
112
- - uses : github/codeql-action/analyze@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
112
+ - uses : github/codeql-action/analyze@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
113
113
with :
114
114
category : " /language:${{matrix.language}}"
115
115
Original file line number Diff line number Diff line change 39
39
name : " ☑️ Validate PR title"
40
40
runs-on : ${{ inputs.runs-on && fromJson(inputs.runs-on) || 'ubuntu-latest' }}
41
41
steps :
42
- - uses : amannn/action-semantic-pull-request@fdd4d3ddf614fbcd8c29e4b106d3bbe0cb2c605d # v6.0.1
42
+ - uses : amannn/action-semantic-pull-request@7f33ba792281b034f64e96f4c0b5496782dd3b37 # v6.1.0
43
43
env :
44
44
GITHUB_TOKEN : ${{ secrets.github-token || github.token }}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ inputs:
21
21
runs :
22
22
using : " composite"
23
23
steps :
24
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
25
25
if : github.event_name == 'issue_comment'
26
26
with :
27
27
ref : refs/pull/${{ github.event.issue.number }}/head
30
30
token : ${{ inputs.token || github.token }}
31
31
persist-credentials : ${{ inputs.token == '' }}
32
32
33
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
34
34
if : github.event_name != 'issue_comment'
35
35
with :
36
36
fetch-depth : ${{ inputs.fetch-depth }}
Original file line number Diff line number Diff line change 34
34
ARTIFACT_PATH="/tmp/$ARTIFACT_NAME"
35
35
echo "artifact-path=$ARTIFACT_PATH" >> "$GITHUB_OUTPUT"
36
36
37
- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
37
+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
38
38
with :
39
39
path : ${{ steps.prepare-download.outputs.artifact-path }}
40
40
pattern : ${{ steps.prepare-download.outputs.artifact-name }}-*
You can’t perform that action at this time.
0 commit comments