Skip to content

Commit

Permalink
Merge branch 'main' into renovate/actions-upload-artifact-4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis authored Oct 25, 2024
2 parents 481b044 + 1169f88 commit 68d84e5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: "Initialize CodeQL"
uses: "github/codeql-action/init@23acc5c183826b7a8a97bce3cecc52db901f8251" # v3.25.10
uses: "github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd" # v3.27.0
with:
languages: "${{ matrix.language }}"
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -62,7 +62,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: "Autobuild"
uses: "github/codeql-action/autobuild@23acc5c183826b7a8a97bce3cecc52db901f8251" # v3.25.10
uses: "github/codeql-action/autobuild@662472033e021d55d94146f66f6058822b0b39fd" # v3.27.0

# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
Expand All @@ -75,6 +75,6 @@ jobs:
# ./location_of_script_within_repo/buildscript.sh

- name: "Perform CodeQL Analysis"
uses: "github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251" # v3.25.10
uses: "github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd" # v3.27.0
with:
category: "/language:${{matrix.language}}"
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
# Temporary solution until Nx solve this https://github.com/nrwl/nx/issues/22259
- name: "Get changed files"
id: "files"
uses: "tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c" # v44.5.7
uses: "tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c" # v45.0.3
with:
files_ignore_from_source_file: ".github/ignore-files-for-nx-affected.yml"
base_sha: "${{ steps.setSHAs.outputs.base }}"
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
# Temporary solution until Nx solve this https://github.com/nrwl/nx/issues/22259
- name: "Get changed files"
id: "files"
uses: "tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c" # v44.5.7
uses: "tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c" # v45.0.3
with:
files_ignore_from_source_file: ".github/ignore-files-for-nx-affected.yml"
base_sha: "${{ steps.setSHAs.outputs.base }}"
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
# Temporary solution until Nx solve this https://github.com/nrwl/nx/issues/22259
- name: "Get changed files"
id: "files"
uses: "tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c" # v44.5.7
uses: "tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c" # v45.0.3
with:
files_ignore_from_source_file: ".github/ignore-files-for-nx-affected.yml"
base_sha: "${{ steps.setSHAs.outputs.base }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
persist-credentials: false

- name: "Run analysis"
uses: "ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534" # v2.3.3
uses: "ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46" # v2.4.0
with:
results_file: "results.sarif"
results_format: "sarif"
Expand Down Expand Up @@ -73,6 +73,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: "github/codeql-action/upload-sarif@23acc5c183826b7a8a97bce3cecc52db901f8251" # v3.25.10
uses: "github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd" # v3.27.0
with:
sarif_file: "results.sarif"
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
# Temporary solution until Nx solve this https://github.com/nrwl/nx/issues/22259
- name: "Get changed files"
id: "files"
uses: "tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c" # v44.5.7
uses: "tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c" # v45.0.3
with:
files_ignore_from_source_file: ".github/ignore-files-for-nx-affected.yml"
base_sha: "${{ steps.setSHAs.outputs.base }}"
Expand Down

0 comments on commit 68d84e5

Please sign in to comment.