Skip to content
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

⚠️ CONFLICT! Lineage pull request for: skeleton #31

Merged
merged 17 commits into from
Nov 4, 2024

Commits on Oct 2, 2024

  1. Add a new trigger for the sync-labels GitHub Actions workflow

    Add a `workflow_dispatch` trigger so we can manually run the workflow
    if needed.
    mcdonnnj committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    942c0dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a267662 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc7f09e View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Add the GitHubSecurityLab/actions-permissions/monitor Action

    This Action will provide information about the usage of GITHUB_TOKEN in
    the workflow. It should be added to _every_ job in _any_ workflow to
    provide information for analysis.
    mcdonnnj committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    343d2cc View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Restrict permissions of GITHUB_TOKEN

    This changes the default permissions for the GITHUB_TOKEN used in our
    GitHub Actions configuration to the minimum required to successfully
    run.
    mcdonnnj committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    8a77a8b View commit details
    Browse the repository at this point in the history
  2. Update pre-commit hook versions

    This is done automatically with the `pre-commit autoupdate` command.
    mcdonnnj committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    3b1d4ef View commit details
    Browse the repository at this point in the history
  3. Sort hook ids in each pre-commit hook entry

    Ensure that all hook ids are sorted alphabetically in each hook entry
    in our pre-commit configuration.
    mcdonnnj committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    1d285f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Merge pull request #189 from cisagov/improvement/manually_run_sync-la…

    …bels_workflow
    
    Allow the `sync-labels` workflow to be run manually
    mcdonnnj authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    5da1059 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #190 from cisagov/improvement/add_actions-permissi…

    …ons-monitor
    
    Add the `GitHubSecurityLab/actions-permissions/monitor` Action
    mcdonnnj authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    ff221ba View commit details
    Browse the repository at this point in the history
  3. Merge pull request #191 from cisagov/improvement/github_tokenn_polp

    Explicitly define permissions of `GITHUB_TOKEN` in our GitHub Actions workflows
    mcdonnnj authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    971602a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #192 from cisagov/maintenance/update_pre-commit_hooks

    Update `pre-commit` hook versions
    mcdonnnj authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    bdf8a25 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #193 from cisagov/improvement/add_more_pre-commit_…

    …hooks
    
    Add additional hooks from `pre-commit/pre-commit-hooks`
    mcdonnnj authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    6959971 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #194 from cisagov/improvement/ensure_pre-commit_ho…

    …oks_are_sorted
    
    Sort hook ids in each `pre-commit` hook entry
    mcdonnnj authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    f517db7 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Update the commented out dependabot ignore directives

    Add a directive for hashicorp/setup-packer that was missed when it was
    added to the `build` workflow. Add a directive for
    cisagov/setup-env-github-action that is not strictly necessary since we
    currently just pull from the `develop` branch, but is good to have in
    case we were to change that in the future.
    mcdonnnj committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    8824475 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #195 from cisagov/bug/add_missing_dependabot_ignore

    Add missing dependabot ignore directives
    mcdonnnj authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    e6afb68 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. Configuration menu
    Copy the full SHA
    4b72879 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13e13a6 View commit details
    Browse the repository at this point in the history