Skip to content

Commit

Permalink
Merge branch 'BIPS-16472' of https://github.com/BeyondTrust/go-client…
Browse files Browse the repository at this point in the history
…-library-passwordsafe into BIPS-16472
  • Loading branch information
gitahernandez committed Feb 16, 2024
2 parents c6874b8 + 13c3799 commit 464441f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.ref }}


- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand All @@ -38,7 +40,7 @@ jobs:
uses: github/codeql-action/analyze@v3

analyze_on_branch:
name: Analyze on PR
name: Analyze on branch
if: ${{ github.actor != 'dependabot[bot]' && github.event_name != 'pull_request' }}
runs-on: ubuntu-latest
strategy:
Expand All @@ -51,6 +53,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.ref }}

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down

0 comments on commit 464441f

Please sign in to comment.