Skip to content

Update module github.com/bytemare/hash to v0.4.0 #155

Update module github.com/bytemare/hash to v0.4.0

Update module github.com/bytemare/hash to v0.4.0 #155

Workflow file for this run

name: Scorecard Analysis Workflow
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
# Weekly on Saturdays.
- cron: '30 1 * * 6'
permissions: {}
jobs:
analysis:
permissions:
# Needed if using Code scanning alerts
security-events: write
# Needed for GitHub OIDC token if publish_results is true
id-token: write
# Needed for nested workflow
actions: read
attestations: read
checks: read
contents: read
deployments: read
issues: read
discussions: read
packages: read
pages: read
pull-requests: read
repository-projects: read
statuses: read
uses: bytemare/workflows/.github/workflows/scorecard.yml@d4e3826d684cd074ad761f762be084d1af5706a1
secrets:
token: ${{ secrets.SCORECARD_TOKEN }}