This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git
The following commit(s) were added to refs/heads/master by this push:
new ba7ae7277 Pin CodeQL actions for GH CI
ba7ae7277 is described below
commit ba7ae72778c65e94eccfe0baf4ec20698b029cff
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Mar 27 12:03:50 2025 -0400
Pin CodeQL actions for GH CI
---
.github/workflows/codeql-analysis.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index 5558d8554..36b6770f6 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -44,11 +44,11 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v4
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@5f8171a638ada777af81d42b55959a643bb29017
# 3.28.12
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a
config file.
@@ -57,7 +57,7 @@ jobs:
# queries: ./path/to/local/query, your-org/your-repo/queries@main
- name: Setup Java JDK
- uses: actions/setup-java@v4
+ uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 #
v4.7.0
with:
distribution: 'temurin'
java-version: 17
@@ -81,4 +81,4 @@ jobs:
# make release
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v3
+ uses:
github/codeql-action/analyze@5f8171a638ada777af81d42b55959a643bb29017 #
3.28.12