Skip to content

Commit 681d73a

Browse files
committed
chore(security): uses pinned versions of actions
1 parent 300ce1b commit 681d73a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424

2525
# Initializes the CodeQL tools for scanning.
2626
- 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
2828
with:
2929
languages: python
3030

3131
- 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
3333

3434
- 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

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
&& echo "::set-output name=json_plaintext::$(cat output.json)"
6262
- name: Report on benchmark results
6363
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
6565
with:
6666
name: OpenTelemetry Python Benchmarks - Python ${{ env[matrix.python-version ]}} - ${{ matrix.package }}
6767
tool: pytest

0 commit comments

Comments
 (0)