File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ jobs:
24
24
25
25
# Initializes the CodeQL tools for scanning.
26
26
- name : Initialize CodeQL
27
- uses : github/codeql-action/init@v1
27
+ uses : github/codeql-action/init@231aa2c8a89117b126725a0e11897209b7118144 # v1 on 2025-04-02, TODO: consider using a release
28
28
with :
29
29
languages : python
30
30
31
31
- name : Autobuild
32
- uses : github/codeql-action/autobuild@v1
32
+ uses : github/codeql-action/autobuild@231aa2c8a89117b126725a0e11897209b7118144 # v1 on 2025-04-02, TODO: consider using a release
33
33
34
34
- name : Perform CodeQL Analysis
35
- uses : github/codeql-action/analyze@v1
35
+ uses : github/codeql-action/analyze@231aa2c8a89117b126725a0e11897209b7118144 # v1 on 2025-04-02, TODO: consider using a release
Original file line number Diff line number Diff line change 61
61
&& echo "::set-output name=json_plaintext::$(cat output.json)"
62
62
- name : Report on benchmark results
63
63
if : steps.find_and_merge_benchmarks.outputs.json_plaintext != 'null'
64
- uses : rhysd/github-action-benchmark@v1
64
+ uses : rhysd/github-action-benchmark@fd31771ce86cc65eab85653da103f71ab1b4479c # v1.9.0
65
65
with :
66
66
name : OpenTelemetry Python Benchmarks - Python ${{ env[matrix.python-version ]}} - ${{ matrix.package }}
67
67
tool : pytest
You can’t perform that action at this time.
0 commit comments