File tree 6 files changed +8
-8
lines changed
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 57
57
58
58
# Initializes the CodeQL tools for scanning.
59
59
- name : Initialize CodeQL
60
- uses : github/codeql-action/init@379614612a29c9e28f31f39a59013eb8012a51f0 # v3.24.3
60
+ uses : github/codeql-action/init@c7f9125735019aa87cfc361530512d50ea439c71 # v3.25.1
61
61
with :
62
62
languages : ${{ matrix.language }}
63
63
# If you wish to specify custom queries, you can do so here or in a config file.
67
67
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
68
68
# If this step fails, then you should remove it and run the build manually (see below)
69
69
- name : Autobuild
70
- uses : github/codeql-action/autobuild@379614612a29c9e28f31f39a59013eb8012a51f0 # v3.24.3
70
+ uses : github/codeql-action/autobuild@c7f9125735019aa87cfc361530512d50ea439c71 # v3.25.1
71
71
72
72
# ℹ️ Command-line programs to run using the OS shell.
73
73
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
80
80
# ./location_of_script_within_repo/buildscript.sh
81
81
82
82
- name : Perform CodeQL Analysis
83
- uses : github/codeql-action/analyze@379614612a29c9e28f31f39a59013eb8012a51f0 # v3.24.3
83
+ uses : github/codeql-action/analyze@c7f9125735019aa87cfc361530512d50ea439c71 # v3.25.1
84
84
with :
85
85
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 33
33
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
34
34
35
35
- name : Setup Python
36
- uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0 .0
36
+ uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
37
37
with :
38
38
python-version : ${{ matrix.python }}
39
39
Original file line number Diff line number Diff line change 23
23
24
24
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
25
25
- name : Setup Python
26
- uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0 .0
26
+ uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
27
27
- name : Install tox
28
28
run : python -m pip install tox
29
29
- name : Lint
Original file line number Diff line number Diff line change 22
22
with :
23
23
ref : ${{ github.event.release.tag_name }}
24
24
- name : Install Python
25
- uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0 .0
25
+ uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
26
26
- name : Install build dependencies
27
27
run : python -m pip install -U setuptools build wheel
28
28
- name : Build distributions
Original file line number Diff line number Diff line change 61
61
62
62
# Upload the results to GitHub's code scanning dashboard.
63
63
- name : " Upload to code-scanning"
64
- uses : github/codeql-action/upload-sarif@379614612a29c9e28f31f39a59013eb8012a51f0 # v3.24.3
64
+ uses : github/codeql-action/upload-sarif@c7f9125735019aa87cfc361530512d50ea439c71 # v3.25.1
65
65
with :
66
66
sarif_file : results.sarif
Original file line number Diff line number Diff line change 31
31
- name : Checkout
32
32
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
33
33
- name : Use Python ${{ matrix.python }}
34
- uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0 .0
34
+ uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
35
35
with :
36
36
python-version : ${{ matrix.python }}
37
37
- name : Install tox
You can’t perform that action at this time.
0 commit comments