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

Bump actions/checkout from 4.1.6 to 4.2.2 in /.github/workflows #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 24, 2024

Bumps actions/checkout from 4.1.6 to 4.2.2.

Release notes

Sourced from actions/checkout's releases.

v4.2.2

What's Changed

Full Changelog: actions/checkout@v4.2.1...v4.2.2

v4.2.1

What's Changed

New Contributors

Full Changelog: actions/checkout@v4.2.0...v4.2.1

v4.2.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v4.1.7...v4.2.0

v4.1.7

What's Changed

New Contributors

Full Changelog: actions/checkout@v4.1.6...v4.1.7

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

v4.1.4

v4.1.3

v4.1.2

v4.1.1

v4.1.0

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@a5ac7e5...11bd719)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Oct 24, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs: Triage 🔍 Maintainers need to triage still label Oct 24, 2024

Important

The "Needs: Triage 🔍" label must be removed once the triage process is complete!

Tip

For additional guidance on how to triage this issue/PR, see the TF Issue Triage documentation.

ChrisChapman-gh pushed a commit to bjss/terraform-azurerm-avm-ptn-azure-ipam that referenced this pull request Nov 10, 2024
commit de5efcb
Author: github-actions[bot] <[email protected]>
Date:   Sun Nov 10 19:55:38 2024 +0000

    fix default example
    add locals.version
    remove leftover template file

commit 4484a95
Author: github-actions[bot] <[email protected]>
Date:   Sun Nov 10 11:36:56 2024 +0000

    add readmes

commit 3c6401d
Merge: b6c1a72 2dcf13d
Author: github-actions[bot] <[email protected]>
Date:   Sun Nov 10 11:36:42 2024 +0000

    Merge remote-tracking branch 'template/main' into feature/initial-ipam

commit b6c1a72
Author: github-actions[bot] <[email protected]>
Date:   Sun Nov 10 11:27:16 2024 +0000

    initial commit

commit 2dcf13d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Oct 30 16:33:48 2024 +1000

    build(deps): bump actions/checkout in /.github/workflows (#165)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.2.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@692973e...11bd719)

    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 06db5cf
Author: Saverio Proto <[email protected]>
Date:   Wed Oct 2 10:20:01 2024 +0200

    Do not mount /etc/passwd and /etc/group files (#162)

    The goal is of this volume mount was to translate usernames from ids. However this is not really necessary, and exposes the full content of the passwd and group file from the host to the container.
    Moreover, on systems like MacOS where docker runs into an internal Linux VM, the content of the file /etc/passwd is completely irrelevant.

commit d8d44aa
Author: Jared Holgate <[email protected]>
Date:   Fri Sep 13 13:30:36 2024 +0100

    Check for fork logic outside of PR (#159)

commit 4a37a1f
Author: Jared Holgate <[email protected]>
Date:   Fri Sep 13 12:19:26 2024 +0100

    Use OIDC for e2e tests (#158)

    * Add new e2e test templates

    * Check for fork

    * Debugging

    * Bug fixing

    * Fixes

    * Rename stuff

    * Linting

    * Overwrite the e2e file

    * Add fork warning message

    * Add warning

    * Remove warning and add check summary

    * Add message to summary

    * Remove condition

    * debug

    * Inherit secrets

commit f43ab93
Author: Matt White <[email protected]>
Date:   Wed Sep 11 10:10:53 2024 +0100

    Update README.md (#157)

commit dd9c87a
Author: Matt White <[email protected]>
Date:   Wed Sep 11 10:10:21 2024 +0100

    Update README.md (#156)

commit cb1ca34
Author: Matt White <[email protected]>
Date:   Thu Aug 29 17:54:45 2024 +0100

    Create CONTRIBUTING.md (#152)

commit 4abe071
Author: Matt White <[email protected]>
Date:   Wed Aug 28 21:09:37 2024 +0100

    Update avm.bat (#151)

commit 30c1e11
Author: Gabriel Monteiro Nepomuceno <[email protected]>
Date:   Tue Aug 27 11:06:29 2024 +0100

    Add capability to ignore some examples (#149)

commit 7a55912
Author: Matt White <[email protected]>
Date:   Fri Aug 23 15:01:23 2024 +0100

    Update action.yml (#148)

commit 72f1e3a
Author: Matt White <[email protected]>
Date:   Fri Aug 23 14:53:37 2024 +0100

    Update action.yml (#147)

commit c7313d8
Author: Matt White <[email protected]>
Date:   Fri Aug 23 14:33:36 2024 +0100

    Update avm.bat (#146)

commit 9924337
Author: Matt White <[email protected]>
Date:   Fri Aug 23 14:31:49 2024 +0100

    Update avm (#145)

commit f4c85c6
Author: Matt White <[email protected]>
Date:   Tue Aug 13 17:06:25 2024 +0100

    Update outputs.tf (#143)

commit 61b458e
Author: Matt White <[email protected]>
Date:   Fri Aug 2 17:08:46 2024 +0100

    Update main.telemetry.tf (#142)

commit a1df8c7
Author: Matt White <[email protected]>
Date:   Fri Aug 2 15:03:33 2024 +0100

    Update action.yml (#141)

commit 6a14615
Author: Matt White <[email protected]>
Date:   Fri Aug 2 14:36:19 2024 +0100

    feat: add GH action for local testing (#139)

commit 80430ad
Author: Jared Holgate <[email protected]>
Date:   Thu Aug 1 18:57:29 2024 +0100

    Add custom tf var from vars and secrets capability (#137)

commit d31c365
Author: Matt White <[email protected]>
Date:   Thu Aug 1 17:54:55 2024 +0100

    Update main.tf (#138)

commit 696aa73
Author: Jared Holgate <[email protected]>
Date:   Wed Jul 31 18:17:56 2024 +0100

    Fix Terraform Docs version issue (#136)

commit 7c6cdfa
Author: Matt White <[email protected]>
Date:   Mon Jul 22 08:40:53 2024 +0100

    Update eventResponder.yml (#131)

    * Update eventResponder.yml

    * Update scheduledSearches.yml

commit 1a840e4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Jul 16 14:25:50 2024 -0700

    build(deps): bump actions/checkout in /.github/workflows (#120)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@a5ac7e5...692973e)

    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 87d1309
Author: Matt White <[email protected]>
Date:   Mon Jul 15 21:19:24 2024 +0100

    Update .terraform-docs.yml (#134)

commit 3f4c8f5
Author: Matt White <[email protected]>
Date:   Mon Jul 15 21:18:58 2024 +0100

    Update .terraform-docs.yml (#133)

commit 4b1d133
Author: Matt White <[email protected]>
Date:   Mon Jul 15 21:18:25 2024 +0100

    Update .terraform-docs.yml (#132)

commit 3ce9169
Author: Matt White <[email protected]>
Date:   Thu Jul 11 15:48:42 2024 +0100

    Update avm_module_issue.yml (#130)

commit 508e422
Author: Matt White <[email protected]>
Date:   Wed Jul 10 16:35:10 2024 +0100

    Update PULL_REQUEST_TEMPLATE.md (#129)

commit f51f19f
Author: Matt White <[email protected]>
Date:   Wed Jul 10 09:49:21 2024 +0100

    Update PULL_REQUEST_TEMPLATE.md (#128)

commit 74c848e
Author: lonegunmanb <[email protected]>
Date:   Wed Jul 10 16:48:19 2024 +0800

    deprecate locals.version.tf.json (#127)

commit 6d40a8d
Author: lonegunmanb <[email protected]>
Date:   Wed Jul 10 16:17:45 2024 +0800

    delete empty file (#126)

commit aafd767
Author: Matt White <[email protected]>
Date:   Wed Jul 10 09:02:19 2024 +0100

    docs: update readme removing guidance to create new sub (#125)

commit a5fe89a
Author: lonegunmanb <[email protected]>
Date:   Wed Jul 10 15:42:31 2024 +0800

    prepare for new telemetry solution (#124)

commit bd2e9d8
Author: Matt White <[email protected]>
Date:   Fri Jul 5 12:53:08 2024 +0100

    Update action.yml (#123)

commit 944487e
Author: Máté Barabás <[email protected]>
Date:   Wed Jul 3 10:18:21 2024 -0700

    updated triage automation notifications (#122)

commit 67b37c9
Author: Jared Holgate <[email protected]>
Date:   Thu May 23 09:59:06 2024 +0100

    Add support for linting sub-modules (#119)

    * ignore module linting files

    * Add Terraform docs file

commit deabc60
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 23 09:29:50 2024 +0100

    build(deps): bump actions/checkout in /.github/workflows (#118)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@44c2b7a...a5ac7e5)

    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 40f689e
Author: Matt White <[email protected]>
Date:   Thu May 16 11:53:15 2024 +0100

    feat: container run as current user (#114)

    * feat: container run as current user

    * feat: add group mount

    * feat: detect if in container

    Allows use of avm script when running in a codespace/devcontainer

    * style: comments

    * feat: add lcoation var and tidy

commit 4f06948
Author: Matt White <[email protected]>
Date:   Wed May 15 13:57:33 2024 +0100

    chore: delete .github/actions/e2e-testexamples/action.yml (#117)

    Now unused

commit 88e183a
Author: JFolberth <[email protected]>
Date:   Tue May 14 04:32:39 2024 -0400

    Update main.tf (#116)

commit 6795197
Author: Matt White <[email protected]>
Date:   Mon May 13 17:51:09 2024 +0100

    feat: remove jsonls and simplify (#115)

commit c35dd6b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon May 6 20:19:04 2024 -0700

    build(deps): bump actions/checkout in /.github/workflows (#111)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@0ad4b8f...44c2b7a)

    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit c5943f7
Author: Bilal Amjad <[email protected]>
Date:   Mon May 6 14:29:36 2024 -0700

    Update CODEOWNERS (#110)

    Per our documentation, the avm-core-team-technical is no longer being asked to be added to repo with admin or write permissions

    Instead, we are now requesting every module owner to add avm-core-team-technical-terraform with admin permissions.

    Currently codeowners file on all TF repos are throwing an error as this team was replaced on all repos with the other team

    Therefore, updating the codeowners file to reflect this change and fix the issue.

commit d9fa53d
Author: lolorol <[email protected]>
Date:   Thu May 2 10:05:32 2024 +0800

    Add tabsize and eol (#86)

    * Add tabsize eol

    * Add gitattributes and editor config

    * Update .gitattributes

    Co-authored-by: Sebastian Gräf <[email protected]>

    ---------

    Co-authored-by: github-actions[bot] <[email protected]>
    Co-authored-by: Sebastian Gräf <[email protected]>

commit 6f3ad9c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 1 11:48:31 2024 -0700

    build(deps): bump actions/checkout in /.github/workflows (#108)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@9bb5618...0ad4b8f)

    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit ee416f4
Author: Stu <[email protected]>
Date:   Wed Apr 17 21:39:43 2024 +1200

    alignment with AVM specification & grept-apply requirements (#106)

    * fix: updates to align template with AVM spec

    * chore: AVM features depend on later version of terraform

    * fix: align root module tf version with example

    * fix: updates from running lint

commit 4f34273
Author: Matt White <[email protected]>
Date:   Tue Apr 9 10:18:56 2024 +0100

    feat: add avmfix check and lintcomplete step (#105)

commit 54fd871
Author: Matt White <[email protected]>
Date:   Mon Apr 8 15:58:01 2024 +0100

    fix: example location (#104)

commit c58ee3d
Author: Matt White <[email protected]>
Date:   Mon Apr 8 14:31:31 2024 +0100

    feat: make locaiton mandatory (#103)

commit fa17004
Author: Bilal Amjad <[email protected]>
Date:   Wed Apr 3 19:30:56 2024 -0700

    Policy Bot Update (#101)

    * Policy Bot Update

    Policy Bot Update based on AVM and BRM Repos

    * Update avm_module_issue.yml

    * Create avm_question_feedback.yml

    * Create config.yml

commit 2efb94d
Author: lonegunmanb <[email protected]>
Date:   Fri Mar 22 16:16:27 2024 +0800

    Add retry for az login in e2e action, add tags for `azurerm_resource_group_template_deployment` (#99)

    * add retry for az login in e2e action, add tags for azurerm_resource_group_template_deployment so we can pass tflint check

    * fix: remove unnecessary tag var

    * fix: set tags to null

    ---------

    Co-authored-by: Matt White <[email protected]>

commit 1d4556c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Mar 13 10:20:10 2024 +0000

    build(deps): bump actions/checkout in /.github/workflows (#95)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@b4ffde6...9bb5618)

    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit af3114c
Author: John Folberth <[email protected]>
Date:   Tue Mar 5 08:15:25 2024 -0500

    Update random version in terraform.tf

commit d20b377
Author: JFolberth <[email protected]>
Date:   Tue Mar 5 08:06:40 2024 -0500

    Update terraform.tf

    Update min versions

commit 84392a7
Author: Sebastian Gräf <[email protected]>
Date:   Fri Mar 8 18:38:32 2024 +1000

    Rename issue.yml to avm_module_issue.yml (#93)

commit af299b8
Author: Sebastian Gräf <[email protected]>
Date:   Fri Mar 8 18:26:29 2024 +1000

    feat: Added AVM module issue and PR template (#91)

    * feat: Added AVM module issue template

    * Delete AVM module issue template

    * .

commit db845c0
Author: Sebastian Graef <[email protected]>
Date:   Wed Feb 21 12:16:10 2024 +1000

    updated readme

commit ecf1c63
Author: Sebastian Gräf <[email protected]>
Date:   Wed Feb 21 11:28:18 2024 +1000

    Update terraform.tf

commit 0983657
Author: Sebastian Gräf <[email protected]>
Date:   Thu Feb 8 20:34:46 2024 +1000

    Ignore `.DS_Store` and `*.md.tmp` files and adjusted `TODO` references (#83)

    * Ignore `.DS_Store` and `*.md.tmp` files

    * Adjusted TODO references to keep TF linter green for fresh modules

    * adjusted

commit 6571141
Author: Jared Holgate <[email protected]>
Date:   Tue Jan 30 09:04:14 2024 +0000

    Remove matrix concurrency limit (#82)

commit defb81d
Author: hezijie <[email protected]>
Date:   Tue Jan 30 14:41:07 2024 +0800

    map two env vars required by grept into container

commit 0e6f74c
Author: hezijie <[email protected]>
Date:   Tue Jan 30 12:46:33 2024 +0800

    fix e2e.yml

commit 9e10dc6
Author: Nelly Kiboi <[email protected]>
Date:   Fri Jan 26 09:26:28 2024 +0000

    removing the env secret step from the README (#78)

    * Update readme

    * docs: update header

    ---------

    Co-authored-by: Matt White <[email protected]>

commit e87913c
Author: Matt White <[email protected]>
Date:   Thu Jan 25 09:11:04 2024 +0000

    fix: docker pull

    * fix: docker pull

commit 05de062
Author: Matt White <[email protected]>
Date:   Thu Jan 25 09:06:01 2024 +0000

    feat: avm script always pulls latest

    * feat: add docker pull to avm scripts to ensure latest

    * feat: update avm script to always pull latest image

commit e3afaec
Author: Jack Tracey <[email protected]>
Date:   Tue Jan 23 21:35:56 2024 +0000

    Update footer preview wording (#75)

    * Update _header.md

    * Update _header.md

    Co-authored-by: Máté Barabás <[email protected]>

    * Update _header.md

    Co-authored-by: Máté Barabás <[email protected]>

    ---------

    Co-authored-by: Máté Barabás <[email protected]>

commit ec1dd24
Author: Stu <[email protected]>
Date:   Tue Jan 9 22:18:58 2024 +1300

    feat: add a dev container (#72)

    Co-authored-by: Matt White <[email protected]>

commit a6417fd
Author: lonegunmanb <[email protected]>
Date:   Tue Jan 9 17:15:32 2024 +0800

    update (#73)

commit 0b5a0a9
Author: Matt White <[email protected]>
Date:   Fri Jan 5 13:19:30 2024 +0000

    fix: step name

    * fix: step name

commit 521d1bd
Author: Matt White <[email protected]>
Date:   Fri Jan 5 13:18:10 2024 +0000

    feat: break up linting jobs (#69)

    * feat: break up linting jobs

    * chore: remove unnecessary input

commit 37295ad
Author: Matt White <[email protected]>
Date:   Fri Jan 5 10:52:12 2024 +0000

    feat: avm helper script (#70)

    * feat: avm helper script

    * chore: add quotes

    * fix: shellcheck

    * fix: portability

    * feat: add batch file

    * feat: support other container runtiles

commit d17f70b
Author: Matt White <[email protected]>
Date:   Wed Jan 3 10:38:51 2024 +0000

    feat: terraform-docs 0.17.0 (#67)

    * Update .terraform-docs.yml

    * Update .terraform-docs.yml

commit 7e30231
Author: Luke Taylor <[email protected]>
Date:   Fri Dec 22 12:53:56 2023 +0000

    Update locals.telemetry.tf (#65)

commit 2cd882e
Author: Jared Holgate <[email protected]>
Date:   Fri Dec 22 12:13:52 2023 +0000

    Add fail-fast: false (#66)

commit 6658ee5
Author: Matt White <[email protected]>
Date:   Thu Dec 21 11:40:40 2023 +0000

    Update avmrequiredfiles.yml (#64)

commit dd7ef73
Author: lonegunmanb <[email protected]>
Date:   Thu Dec 21 19:22:49 2023 +0800

    Fix e2e test yml (#60)

    * fix e2e test yml

    * add condition back

    ---------

    Co-authored-by: Matt White <[email protected]>

commit 5b48398
Author: lonegunmanb <[email protected]>
Date:   Thu Dec 21 19:19:51 2023 +0800

    fix default runner pool name (#58)

commit 9a4608c
Author: Matt White <[email protected]>
Date:   Thu Dec 21 10:29:09 2023 +0000

    Update SUPPORT.md (#63)

commit e7d867d
Author: Matt White <[email protected]>
Date:   Thu Dec 21 10:28:34 2023 +0000

    Update SUPPORT.md (#62)

commit c039498
Author: Matt White <[email protected]>
Date:   Thu Dec 21 10:27:44 2023 +0000

    Update SUPPORT.md (#61)

commit 6a879b8
Author: Matt White <[email protected]>
Date:   Mon Dec 18 10:35:01 2023 +0000

    fix: re-add action.yml (#54)

commit 7c609eb
Author: hezijie <[email protected]>
Date:   Fri Dec 15 14:14:36 2023 +0800

    update testexamples, use docker container and 1es pool

commit 4b539d3
Author: hezijie <[email protected]>
Date:   Thu Dec 14 14:31:30 2023 +0800

    get ready for using tfmod-scaffold as pr check for avm

commit 4297404
Author: Matt White <[email protected]>
Date:   Fri Dec 8 11:10:11 2023 +0000

    ci: add conditions to prevent running on template repo

commit 51a50db
Author: Matt White <[email protected]>
Date:   Fri Dec 8 11:06:14 2023 +0000

    feat: initial scaffold for new linting

commit 82baaff
Author: Stu <[email protected]>
Date:   Tue Dec 12 22:43:45 2023 +1300

    add missing interfaces (#48)

    * feat: add missing interfaces

    * fix: additional parameters

    * fix: markdown lint issues

    ---------

    Co-authored-by: Matt White <[email protected]>

commit 2e22fec
Author: Matt White <[email protected]>
Date:   Tue Dec 12 09:37:02 2023 +0000

    feat: improve example (#52)

commit 2a71a8c
Author: Stu <[email protected]>
Date:   Sat Dec 9 12:25:25 2023 +1300

    fix: bug when location is specified (#49)

commit 403ad1f
Author: Stu <[email protected]>
Date:   Thu Nov 30 22:28:27 2023 +1300

    fix private endpoint when location is optional (#47)

    * fix: fix private endpoint when location is optional

    * Update main.privateendpoint.tf

    Co-authored-by: Matt White <[email protected]>

    ---------

    Co-authored-by: Matt White <[email protected]>

commit eac4909
Author: Stu <[email protected]>
Date:   Thu Nov 30 07:19:49 2023 +1300

    suggested template adjustments (#46)

    * fix: correct var for telemetry

    * fix: suggested improvements to the template

    * fix: align with suggestion previous sent

    * fix: code review recommendations

    * chore: run make fmt & make docs

    ---------

    Co-authored-by: Matt White <[email protected]>

commit 3968564
Author: Stu <[email protected]>
Date:   Wed Nov 29 20:36:47 2023 +1300

    fix: correct var for telemetry (#45)

commit 3b689e5
Author: Bilal Amjad <[email protected]>
Date:   Mon Nov 20 23:54:36 2023 -0800

    Update _header.md (#44)

commit 4f5229a
Author: Matt White <[email protected]>
Date:   Thu Nov 9 12:51:51 2023 +0100

    docs: make docs (#43)

commit 34aa9be
Author: Matt White <[email protected]>
Date:   Thu Nov 9 12:50:08 2023 +0100

    fix: example

commit a3f6b0c
Author: Matt White <[email protected]>
Date:   Thu Nov 9 12:44:16 2023 +0100

    Update terraform.tf (#41)

commit 341b871
Author: Matt White <[email protected]>
Date:   Fri Oct 27 12:00:18 2023 +0100

    feat: docs lockfile false (#40)

commit 285868c
Author: Matt White <[email protected]>
Date:   Thu Oct 19 17:08:13 2023 +0100

    Update action.yml (#39)

commit 3eb7a20
Author: Matt White <[email protected]>
Date:   Wed Sep 27 18:03:41 2023 +0100

    feat: telemetrynotice (#36)

commit 2959410
Author: Matt White <[email protected]>
Date:   Wed Sep 27 15:53:27 2023 +0100

    feat: updatetemplate (#35)

commit 0ea526a
Author: Matt White <[email protected]>
Date:   Wed Sep 27 13:07:02 2023 +0100

    fix:docsagain (Azure#34)

commit 2097248
Author: Matt White <[email protected]>
Date:   Wed Sep 27 12:59:30 2023 +0100

    feat: add changes output (Azure#33)

commit 947de23
Author: Matt White <[email protected]>
Date:   Wed Sep 27 10:17:05 2023 +0100

    fix: e2e (Azure#32)

commit 75f0043
Author: Matt White <[email protected]>
Date:   Wed Sep 27 10:13:32 2023 +0100

    fix: e2e (Azure#31)

commit d9b7d46
Author: Matt White <[email protected]>
Date:   Wed Sep 27 10:06:29 2023 +0100

    feat: e2e updates (Azure#30)

commit 5a75560
Author: Matt White <[email protected]>
Date:   Tue Sep 26 16:04:32 2023 +0100

    feat: update re (Azure#29)

commit 87f1b82
Author: Matt White <[email protected]>
Date:   Tue Sep 26 16:02:20 2023 +0100

    style: rename workflow (Azure#27)

commit c2530a0
Author: Matt White <[email protected]>
Date:   Tue Sep 26 15:46:29 2023 +0100

    feat: workflows (Azure#26)

commit 363fa4f
Author: Hermes Miraflor II <[email protected]>
Date:   Tue Sep 26 15:16:08 2023 +0800

    Fixed telemetry resource declaration (Azure#25)

    * Update main.telemetry.tf

    renamed telemetry resource name to be consistent with local variables and removed location argument as it is not needed

    * updated readme

commit 8dbe102
Author: Matt White <[email protected]>
Date:   Thu Sep 21 09:43:14 2023 +0100

    fix: docs check workflow (Azure#22)

commit 4177032
Author: Matt White <[email protected]>
Date:   Fri Sep 8 12:31:22 2023 +0100

    docs: make docs (Azure#21)

commit f4bdb0a
Author: Matt White <[email protected]>
Date:   Fri Sep 8 12:26:44 2023 +0100

    fix: actionm (Azure#20)

commit d442747
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Sep 8 12:24:05 2023 +0100

    build(deps): bump actions/checkout from 3 to 4 in /.github/workflows (Azure#17)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)

    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 12aaf44
Author: Matt White <[email protected]>
Date:   Fri Sep 8 12:23:33 2023 +0100

    feat: vscode config (Azure#18)

commit cfed2ef
Author: Matt White <[email protected]>
Date:   Fri Sep 8 12:21:55 2023 +0100

    fix: minot (Azure#18)

commit 037afbc
Author: Matt White <[email protected]>
Date:   Wed Aug 30 10:25:07 2023 +0100

    Update avmrequiredfiles.yml (Azure#16)

commit ba0ceb2
Author: Matt White <[email protected]>
Date:   Wed Aug 30 10:24:38 2023 +0100

    Update CODEOWNERS (Azure#14)

    * Update CODEOWNERS

    * Update CODEOWNERS

commit 279cc4e
Author: Matt White <[email protected]>
Date:   Wed Aug 30 09:55:07 2023 +0100

    Update locals.telemetry.tf (Azure#15)

commit 7d6f8ef
Author: Matt White <[email protected]>
Date:   Tue Aug 29 17:05:40 2023 +0100

    feat: structure (Azure#13)

    * feat: structure

    * add tests dir

    * test add .go file

commit 84c7f5f
Author: Matt White <[email protected]>
Date:   Tue Aug 29 15:52:14 2023 +0100

    Update avmrequiredfiles.yml (Azure#12)

    * Update avmrequiredfiles.yml

    * Update avmrequiredfiles.yml

    * Update CODEOWNERS

commit 89aa882
Author: Matt White <[email protected]>
Date:   Tue Aug 29 15:43:43 2023 +0100

    feat: requireCodeOwnersReview (Azure#11)

commit b6c4e0f
Author: Matt White <[email protected]>
Date:   Tue Aug 29 15:40:44 2023 +0100

    Create CODEOWNERS (Azure#10)

    * Create CODEOWNERS

    * Update CODEOWNERS

    * Update CODEOWNERS

    * Update CODEOWNERS

commit debb376
Author: Matt White <[email protected]>
Date:   Tue Aug 29 15:22:51 2023 +0100

    fix: filename (Azure#9)

commit 65fe45d
Author: Matt White <[email protected]>
Date:   Tue Aug 29 15:20:37 2023 +0100

    add req files (Azure#8)

commit 6af9958
Author: Matt White <[email protected]>
Date:   Tue Aug 29 15:14:29 2023 +0100

    feat: add bp (Azure#7)

commit 74e74b7
Author: Matt White <[email protected]>
Date:   Tue Aug 29 15:12:51 2023 +0100

    Add_var (Azure#6)

commit ab55fdf
Author: Matt White <[email protected]>
Date:   Tue Aug 29 15:04:30 2023 +0100

    fix: test (Azure#5)

commit 482f067
Author: Matt White <[email protected]>
Date:   Tue Aug 29 15:00:22 2023 +0100

    fix: action (Azure#4)

commit fb2b647
Author: Matt White <[email protected]>
Date:   Tue Aug 29 14:58:12 2023 +0100

    Add-telem (Azure#3)

commit e351c6a
Author: Microsoft Open Source <[email protected]>
Date:   Tue Aug 29 03:34:42 2023 -0700

    SECURITY.md committed

commit de326bd
Author: Microsoft Open Source <[email protected]>
Date:   Tue Aug 29 03:34:41 2023 -0700

    SUPPORT.md committed

commit 365ec51
Author: Microsoft Open Source <[email protected]>
Date:   Tue Aug 29 03:34:40 2023 -0700

    README.md committed

commit af2fb54
Author: Microsoft Open Source <[email protected]>
Date:   Tue Aug 29 03:34:39 2023 -0700

    LICENSE committed

commit 3a1ef9e
Author: Microsoft Open Source <[email protected]>
Date:   Tue Aug 29 03:34:38 2023 -0700

    CODE_OF_CONDUCT.md committed

commit fe819fa
Author: microsoft-github-operations[bot] <55726097+microsoft-github-operations[bot]@users.noreply.github.com>
Date:   Tue Aug 29 10:34:33 2023 +0000

    Initial commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code Needs: Triage 🔍 Maintainers need to triage still
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants