Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: another-rex/osv.dev
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 24e008ebd94d2e4b559ef4ab0ab6cc0daa07a976
Choose a base ref
..
head repository: another-rex/osv.dev
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7711b3883d3047c9943ba0c1ad692887aa772052
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 .github/workflows/publish-to-pypi.yaml
  2. +1 −1 .github/workflows/scorecards.yml
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yaml
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ jobs:
build
--sdist --wheel --outdir dist/ .
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
with:
password: ${{ secrets.PYPI_API_TOKEN }}
packages_dir: dist/
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
@@ -50,6 +50,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@82a3f64131759f97922e0680c3730858bc7155a6 # v2.27.6
uses: github/codeql-action/upload-sarif@d835c34a7026e284170c41a0a66c956e03f247d0 # v2.27.7
with:
sarif_file: results.sarif