chore(deps): update prometheus-snmp-exporter docker tag to v9.8.2 #9636
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # SPDX-FileCopyrightText: Copyright (C) Nicolas Lamirault <[email protected]> | |
| # SPDX-License-Identifier: Apache-2.0 | |
| --- | |
| # yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json | |
| name: Prow / Run Jobs on PR | |
| on: # yamllint disable-line rule:truthy | |
| pull_request: | |
| branches: | |
| - master | |
| jobs: | |
| execute: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Monitor Actions | |
| uses: GitHubSecurityLab/actions-permissions/monitor@v1 | |
| with: | |
| config: ${{ vars.PERMISSIONS_CONFIG }} | |
| - uses: jpmcb/[email protected] | |
| with: | |
| jobs: "lgtm" | |
| github-token: "${{ secrets.GITHUB_TOKEN }}" |