Skip to content

Bump HPE/hpegl from 0.4.14 to 0.4.15 in /examples/vmaas/resources/hpegl_vmaas_instance #1100

Bump HPE/hpegl from 0.4.14 to 0.4.15 in /examples/vmaas/resources/hpegl_vmaas_instance

Bump HPE/hpegl from 0.4.14 to 0.4.15 in /examples/vmaas/resources/hpegl_vmaas_instance #1100

Workflow file for this run

name: CodeQL
on: [push, pull_request]
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'go' ]
steps:
- name: Checkout repository
uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3