Skip to content

Commit 6cb51fb

Browse files
chore(ci): fix security audit and codecov GPG verification failures
Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>
1 parent 9435ec2 commit 6cb51fb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
run: bundle exec rspec
3838
- name: Upload coverage to Codecov
3939
if: ${{ strategy.job-index == 0 }} # only run codecov on first run
40-
uses: codecov/codecov-action@v6.0.1
40+
uses: codecov/codecov-action@8cad3ba95e5920c42f44492e54bc9639cba47959 # v6.0.2
4141
with:
4242
token: ${{ secrets.CODECOV_TOKEN }}
4343
fail_ci_if_error: true
4444
verbose: true
45-
file: coverage/coverage.xml
45+
files: coverage/coverage.xml
4646
standard:
4747
name: Standard
4848
runs-on: ubuntu-latest

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GEM
1010
base64 (0.3.0)
1111
bigdecimal (4.1.1)
1212
builder (3.3.0)
13-
concurrent-ruby (1.3.6)
13+
concurrent-ruby (1.3.7)
1414
csv (3.3.5)
1515
cucumber (11.0.0)
1616
base64 (~> 0.2)
@@ -43,7 +43,7 @@ GEM
4343
reline (>= 0.3.8)
4444
diff-lcs (1.6.2)
4545
docile (1.4.1)
46-
erb (6.0.2)
46+
erb (6.0.4)
4747
ffi (1.17.4)
4848
fileutils (1.8.0)
4949
io-console (0.8.2)

0 commit comments

Comments
 (0)