mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #5953] [MERGED] ci: update step-security/harden-runner and update allowed endpoints #5749
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#5749
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/netblue30/firejail/pull/5953
Author: @varunsh-coder
Created: 8/12/2023
Status: ✅ Merged
Merged: 8/12/2023
Merged by: @kmk3
Base:
master← Head:update-harden-runner📝 Commits (2)
8d923fcbuild(deps): bump step-security/harden-runner from 2.5.0 to 2.5.17facc38Update allowed endpoints📊 Changes
4 files changed (+31 additions, -8 deletions)
View changed files
📝
.github/workflows/build-extra.yml(+26 -5)📝
.github/workflows/build.yml(+1 -1)📝
.github/workflows/codeql-analysis.yml(+3 -1)📝
.github/workflows/profile-checks.yml(+1 -1)📄 Description
This PR does two things:
Updates
step-security/harden-runnerfrom 2.5.0 to 2.5.1 in the GitHub Actions workflows.GitHub Actions recently started making outbound calls to a few endpoints not in the default allowed list. This causes the build to get stuck when using a
blockpolicy withharden-runner. This update to harden-runner (version v2.5.1), adds these new endpoints to the default allowed list.I noticed that some of the workflows in this repository are getting stuck, so creating a PR to bump up the version to the latest.
Release notes for the latest version are here:
https://github.com/step-security/harden-runner/releases/tag/v2.5.1
I also noticed while testing the workflows that some endpoints that should be allowed were not in the allowed list, and were getting blocked, so added them to the allowed list.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.