Skip to content

[UPDATE] (deps): Bump ossf/scorecard-action from 2.4.1 to 2.4.2 in /.github/workflows #428

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
persist-credentials: false
- name: "Run analysis"
uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
with:
results_file: results.sarif
results_format: sarif
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env make -f

# Multicast Python Module
Expand Down Expand Up @@ -169,7 +169,6 @@
$(QUIET)$(ECHO) "include LICENSE.md" >>"$@" ;
$(QUIET)$(ECHO) "include CHANGES.md" >>"$@" ;
$(QUIET)$(ECHO) "include HISTORY.md" >>"$@" ;
$(QUIET)$(ECHO) "recursive-include . *.txt" >>"$@" ;
$(QUIET)$(ECHO) "exclude .gitignore" >>"$@" ;
$(QUIET)$(ECHO) "exclude .git_skipList" >>"$@" ;
$(QUIET)$(ECHO) "exclude .gitattributes" >>"$@" ;
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
# The short X.Y version.
version = "v2.0"
# The full version, including alpha/beta/rc tags.
release = "v2.0.9a5"
release = "v2.0.9a6"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion multicast/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@

global __version__ # skipcq: PYL-W0604

__version__ = "2.0.9-alpha-5"
__version__ = "2.0.9-alpha-6"
"""The version of this program.

The `__version__` attribute, like many dunder attributes, is associated with the implementation
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ maintainers = [{ "name" = "reactive-firewall", "email" = "reactive-firewall@user
name = "multicast"
requires-python = ">=3.9.6, !=3.9.7, !=3.9.8, !=3.9.8, !=3.9.10, !=3.9.11, !=3.9.12, !=3.9.13, !=3.9.14, !=3.9.15, !=3.9.16, !=3.9.17, !=3.9.18, !=3.9.19, !=3.13.0, <3.14.0"
scripts = { "multicast" = "multicast.__main__:cli" }
version = "v2.0.9a5"
version = "v2.0.9a6"

[project.urls]
"Bug Tracker" = "https://github.com/reactive-firewall/multicast/issues"
Expand Down