Skip to content

Commit

Permalink
chore(deps): update some more deps (#1164)
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav-new-relic authored May 31, 2024
1 parent 94d6344 commit 974c097
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v3
with:
languages: go

- run: |
make compile-only
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v3
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: make test-unit coverage-report-unit

- name: Report unit test coverage via Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./coverage/unit.out
flags: unit
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
INTEGRATION_TESTING_NEW_RELIC_AUTHENTICATION_DOMAIN_ID: ${{ secrets.INTEGRATION_TESTING_NEW_RELIC_AUTHENTICATION_DOMAIN_ID}}

- name: Report integration test coverage via Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./coverage/integration.out
flags: integration
Expand Down

0 comments on commit 974c097

Please sign in to comment.