Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
Signed-off-by: Brett Logan <lindluni@github.com>
  • Loading branch information
lindluni committed Feb 22, 2024
1 parent af36741 commit bf1ba1e
Show file tree
Hide file tree
Showing 4 changed files with 356 additions and 2,408 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/assign-issues.yml

This file was deleted.

12 changes: 6 additions & 6 deletions codeql-analysis/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ runs:
repo: ${{ github.event.repository.name }}

- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Validate emass.json
uses: department-of-veterans-affairs/codeql-tools/validate-emass-json@main

- name: Initialize CodeQL
id: init
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
config: ${{ inputs.config }}
config-file: ${{ inputs.config-file }}
Expand Down Expand Up @@ -91,19 +91,19 @@ runs:

- name: Auto-Build Source
if: steps.build-steps.outputs.result == ''
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3
with:
working-directory: ${{ inputs.path }}

- name: Perform CodeQL Analysis
if: inputs.path == '.'
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
with:
category: ois-${{ inputs.language }}

- name: Perform CodeQL Analysis
if: inputs.path != '.'
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
with:
category: ois-${{ inputs.language }}-${{ inputs.path }}

Expand Down Expand Up @@ -165,7 +165,7 @@ runs:

- name: Upload Artifact
if: runner.os == 'Windows'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: codeql-scan-results-${{ inputs.language }}
path: ${{ runner.temp }}\codeql-scan-results-${{ inputs.language }}.csv
Expand Down
Loading

0 comments on commit bf1ba1e

Please sign in to comment.