Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also 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: ActionsDesk/github-actions-allow-list-as-code-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.0
Choose a base ref
...
head repository: ActionsDesk/github-actions-allow-list-as-code-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 4 commits
  • 15 files changed
  • 2 contributors

Commits on Jun 16, 2023

  1. Add proxy support for self-hosted runners (#88)

    * Allow proxy support
    
    * Add proxy agent
    
    * Update octokit to latest
    
    * Add debugging
    
    * Update dist
    
    * Fix agent import
    
    * Add dist
    
    * Remove debug
    
    * Remove allowlist test file
    
    * ➕ Update dependencies in `package-lock.json`
    
    ---------
    
    Co-authored-by: Stefan Stölzle <[email protected]>
    digimangos and stoe authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    f34bd48 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. 📦 Next (#82)

    * ⬆️ Upgrade dependencies
    
    * 👷 Pin actions to a full length commit SHA
    
    https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-third-party-actions
    
    * 🚚 Change paths to `js`
    
    * 📦️ Add sourcemap for builds
    
    * 📦️ Update `dist/`
    
    * 👷 Exclude `dist/` from CodeQL checks
    
    * 🔊 Add error stack trace when debug logging
    
    * ⬆️ Upgrade dependencies
    
    * Add proxy support for self-hosted runners (#88)
    
    * Allow proxy support
    
    * Add proxy agent
    
    * Update octokit to latest
    
    * Add debugging
    
    * Update dist
    
    * Fix agent import
    
    * Add dist
    
    * Remove debug
    
    * Remove allowlist test file
    
    * ➕ Update dependencies in `package-lock.json`
    
    ---------
    
    Co-authored-by: Stefan Stölzle <[email protected]>
    
    * ⬆️ Upgrade dependencies
    
    * ➕ Add @octokit/plugin-enterprise-server plugin
    
    https://github.com/octokit/plugin-enterprise-server.js
    
    * 🎨 Move proxy to octokit defaults
    
    * 📦️ Update `dist/`
    
    * 📦️ Update `dist/`
    
    * 💡 Update doc references
    
    * 🗑️ Remove redundant API calls for organizations
    
    ---------
    
    Co-authored-by: Damien Hardy <[email protected]>
    stoe and digimangos authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    3d6a758 View commit details
    Browse the repository at this point in the history
  2. ⬆️ Upgrade dependencies

    stoe committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    1f037ea View commit details
    Browse the repository at this point in the history
  3. 🔖 v3.0.0

    stoe committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    9126b3f View commit details
    Browse the repository at this point in the history
Loading