Skip to content

fix: prevent hash collisions while resolving subnets, security groups and AMIs from nodeclass selectors #22124

fix: prevent hash collisions while resolving subnets, security groups and AMIs from nodeclass selectors

fix: prevent hash collisions while resolving subnets, security groups and AMIs from nodeclass selectors #22124

Workflow file for this run

name: CI
on:
push:
branches:
- 'main'
- 'release-v*'
- 'staging/*'
pull_request:
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
if: github.repository == 'aws/karpenter-provider-aws'
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: ./.github/actions/install-deps
- name: Enable the actionlint matcher
run: echo "::add-matcher::.github/actionlint-matcher.json"
- run: make ci-non-test
shell: bash