Skip to content

Commit

Permalink
Merge branch 'theupdateframework:develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
emboman13 authored May 4, 2023
2 parents 011a762 + 6433355 commit 9a35ae3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab

- name: Initialize CodeQL
uses: github/codeql-action/init@b2c19fb9a2a485599ccf4ed5d65527d94bc57226
uses: github/codeql-action/init@f3feb00acb00f31a6f60280e6ace9ca31d91c76a
with:
languages: 'python'

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@b2c19fb9a2a485599ccf4ed5d65527d94bc57226
uses: github/codeql-action/analyze@f3feb00acb00f31a6f60280e6ace9ca31d91c76a
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
publish_results: true

- name: "Upload to code-scanning dashboard"
uses: github/codeql-action/upload-sarif@b2c19fb9a2a485599ccf4ed5d65527d94bc57226
uses: github/codeql-action/upload-sarif@f3feb00acb00f31a6f60280e6ace9ca31d91c76a
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion requirements/pinned.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ cryptography==40.0.2 # via securesystemslib
idna==3.4 # via requests
pycparser==2.21 # via cffi
pynacl==1.5.0 # via securesystemslib
requests==2.28.2
requests==2.29.0
securesystemslib[crypto,pynacl]==0.28.0
urllib3==1.26.15 # via requests
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
-r pinned.txt

# coverage measurement
coverage==7.2.3
coverage==7.2.5

0 comments on commit 9a35ae3

Please sign in to comment.