You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: zizmor auto fixes
Signed-off-by: John McCall <john@overturemaps.org>
* Pin GitHub Actions and improve workflow permissions
Update CI/CD workflows to pin actions to specific commit SHAs and tighten behavior. Added concurrency groups to avoid overlapping runs, adjusted permissions (including id-token for OIDC, pages, and super-linter-specific rights), and moved some job-level permissions into the jobs that need them. Replaced direct uses of expressions in shell strings with explicit env variables (e.g. PR_HEAD_SHA, GITHUB_EVENT_NUMBER) to avoid quoting issues, and updated several action references (checkout, setup-node, configure-pages, upload/download artifacts, deploy-pages, aws credentials, super-linter, etc.) to stable SHAs for reproducibility and security.
Signed-off-by: John McCall <john@overturemaps.org>
* Bump GitHub Actions versions in workflows
Update action references across CI workflows to newer patch releases for stability and bug fixes: actions/checkout -> v6.0.2, actions/setup-node -> v6.3.0, aws-actions/configure-aws-credentials -> v6.1.0, and actions/download-artifact -> v8.0.1. Changes touch .github/workflows/lint.yml, production_deploy_documentation.yml, staging_deploy.yaml, and staging_deploy_cleanup.yaml.
Signed-off-by: John McCall <john@overturemaps.org>
* Update staging_deploy.yaml
Signed-off-by: John McCall <john@overturemaps.org>
* Update staging_deploy.yaml
Signed-off-by: John McCall <john@overturemaps.org>
---------
Signed-off-by: John McCall <john@overturemaps.org>
0 commit comments